Conversation
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.10.1 to 2.12.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](jpadilla/pyjwt@2.10.1...2.12.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
️✔️AzureCLI-FullTest
|
|
Hi @bebound, |
️✔️AzureCLI-BreakingChangeTest
|
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
There was a problem hiding this comment.
Pull request overview
Updates the Azure CLI’s pinned PyJWT dependency to address the security fix noted in the PR description (CVE-2026-32597) across all OS-specific Python 3 requirement sets.
Changes:
- Bump
PyJWTfrom2.10.1to2.12.0in the Windows requirements set. - Bump
PyJWTfrom2.10.1to2.12.0in the Linux requirements set. - Bump
PyJWTfrom2.10.1to2.12.0in the macOS (Darwin) requirements set.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/azure-cli/requirements.py3.windows.txt | Updates pinned PyJWT version for Windows Python 3 builds. |
| src/azure-cli/requirements.py3.Linux.txt | Updates pinned PyJWT version for Linux Python 3 builds. |
| src/azure-cli/requirements.py3.Darwin.txt | Updates pinned PyJWT version for macOS Python 3 builds. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Bumps pyjwt from 2.10.1 to 2.12.0.
close #32965
History Notes
[Core] Resolve CVE-2026-32597